VERSION = 1,
option TakeABathAndShower.GeneralSection
{
	type = boolean,
	default = false,
	page = TakeABathAndShower,
	translation = TakeABathAndShower_GeneralSection,
}

option TakeABathAndShower.WaterTemperatureConcept
{
	type = boolean,
	default = true,
	page = TakeABathAndShower,
	translation = TakeABathAndShower_WaterTemperatureConcept,
}

option TakeABathAndShower.RemainTubFaucetWater
{
	type = integer,
	default = 100, min = 0, max = 1000,
	page = TakeABathAndShower,
	translation = TakeABathAndShower_RemainTubFaucetWater,
}

option TakeABathAndShower.RemainShowerFaucetWater
{
	type = integer,
	default = 20, min = 0, max = 1000,
	page = TakeABathAndShower,
	translation = TakeABathAndShower_RemainShowerFaucetWater,
}

option TakeABathAndShower.TubFluidContainerSection
{
	type = boolean,
	default = false,
	page = TakeABathAndShower,
	translation = TakeABathAndShower_TubFluidContainerSection,
}

option TakeABathAndShower.TubWaterCapacity
{
	type = integer,
	default = 200, min = 100, max = 1000,
	page = TakeABathAndShower,
	translation = TakeABathAndShower_TubWaterCapacity,
}

option TakeABathAndShower.TubRainCollect
{
	type = boolean,
	default = true,
	page = TakeABathAndShower,
	translation = TakeABathAndShower_TubRainCollect,
}

option TakeABathAndShower.TubWaterGetDirty
{
	type = boolean,
	default = true,
	page = TakeABathAndShower,
	translation = TakeABathAndShower_TubWaterGetDirty,
}

option TakeABathAndShower.TubWaterTemperatureDecrease
{
	type = integer,
	default = 2, min = 0, max = 10,
	page = TakeABathAndShower,
	translation = TakeABathAndShower_TubWaterTemperatureDecrease,
}

option TakeABathAndShower.EnableReheat
{
	type = boolean,
	default = true,
	page = TakeABathAndShower,
	translation = TakeABathAndShower_EnableReheat,
}

option TakeABathAndShower.BathAndShowerSection
{
	type = boolean,
	default = false,
	page = TakeABathAndShower,
	translation = TakeABathAndShower_BathAndShowerSection,
}

option TakeABathAndShower.BathConsumeWater
{
	type = integer,
	default = 20, min = 0, max = 100,
	page = TakeABathAndShower,
	translation = TakeABathAndShower_BathConsumeWater,
}

option TakeABathAndShower.ShowerConsumeWater
{
	type = integer,
	default = 80, min = 0, max = 200,
	page = TakeABathAndShower,
	translation = TakeABathAndShower_ShowerConsumeWater,
}

option TakeABathAndShower.BathingWetTime
{
	type = enum, 
	default = 2, numValues = 6,
	page = TakeABathAndShower,
	translation = TakeABathAndShower_BathingWetTime,
}

option TakeABathAndShower.DisableNegativeEffectsOfBathing
{
	type = boolean,
	default = false,
	page = TakeABathAndShower,
	translation = TakeABathAndShower_DisableNegativeEffectsOfBathing,
}

option TakeABathAndShower.BodyGrimeSection
{
	type = boolean,
	default = false,
	page = TakeABathAndShower,
	translation = TakeABathAndShower_BodyGrimeSection,
}

option TakeABathAndShower.EnableBodyGrime
{
	type = boolean,
	default = true,
	page = TakeABathAndShower,
	translation = TakeABathAndShower_EnableBodyGrime,
}

option TakeABathAndShower.EnableBodyGrimeMoodle
{
	type = boolean,
	default = true,
	page = TakeABathAndShower,
	translation = TakeABathAndShower_EnableBodyGrimeMoodle,
}

option TakeABathAndShower.BodyGrimeIncreasedBase
{
	type = double,
	default = 0.25, min = 0.0, max = 100.0,
	page = TakeABathAndShower,
	translation = TakeABathAndShower_BodyGrimeIncreasedBase,
}

option TakeABathAndShower.BloodToGrimeThreshold
{
	type = integer,
	default = 30, min = 0, max = 100,
	page = TakeABathAndShower,
	translation = TakeABathAndShower_BloodToGrimeThreshold,
}

option TakeABathAndShower.DirtToGrimeThreshold
{
	type = integer,
	default = 30, min = 0, max = 100,
	page = TakeABathAndShower,
	translation = TakeABathAndShower_DirtToGrimeThreshold,
}

option TakeABathAndShower.BloodAndDirtMultiplier
{
	type = double,
	default = 1.00, min = 0.00, max = 100.00,
	page = TakeABathAndShower,
	translation = TakeABathAndShower_BloodAndDirtMultiplier,
}

option TakeABathAndShower.GrimeDiscomfort
{
	type = boolean,
	default = true,
	page = TakeABathAndShower,
	translation = TakeABathAndShower_GrimeDiscomfort,
}

option TakeABathAndShower.GrimeNoxiousSmell
{
	type = boolean,
	default = true,
	page = TakeABathAndShower,
	translation = TakeABathAndShower_GrimeNoxiousSmell,
}

option TakeABathAndShower.WashSelfRemoveGrimeRatio
{
	type = integer,
	default = 25, min = 0, max = 100,
	page = TakeABathAndShower,
	translation = TakeABathAndShower_WashSelfRemoveGrimeRatio,
}

option TakeABathAndShower.WashSelfRemoveGrimeRatioUseSoap
{
	type = integer,
	default = 60, min = 0, max = 100,
	page = TakeABathAndShower,
	translation = TakeABathAndShower_WashSelfRemoveGrimeRatioUseSoap,
}


